Skip to content

Comments

Fix recent files#198

Merged
dweindl merged 1 commit intoPEtab-dev:mainfrom
dweindl:fix_recent
Sep 29, 2025
Merged

Fix recent files#198
dweindl merged 1 commit intoPEtab-dev:mainfrom
dweindl:fix_recent

Conversation

@dweindl
Copy link
Member

@dweindl dweindl commented Sep 29, 2025

Ensure that petab_gui.controllers.utils.RecentFilesManager.load_recent_files always returns a list of strings. It seems there is some serialization issue for list[str] of length 1 (sometimes?!). Fixes #122.

Ensure that `petab_gui.controllers.utils.RecentFilesManager.load_recent_files` always returns a list of strings.
It seems there is some serialization issue for `list[str]` of length 1 (sometimes?!).
Fixes PEtab-dev#122.
Copy link
Collaborator

@PaulJonasJost PaulJonasJost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for that 👍🏼

@dweindl dweindl merged commit ba9894b into PEtab-dev:main Sep 29, 2025
4 checks passed
@dweindl dweindl deleted the fix_recent branch September 29, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Recent files" menu not working correctly

2 participants